home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 37
/
Volume 37 - JOGO DISK .iso
/
Games
/
addition_to_10.swf
/
scripts
/
DefineButton2_32
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2007-02-28
|
181b
|
13 lines
on(release){
if(_root.pos == 3)
{
_root.createNewPoint();
gotoAndStop(2);
}
else
{
_root.createNewNoint();
gotoAndStop(2);
}
}